Skip to content

feat: remove testnet 3 from coordinate core#86

Open
sucildossj wants to merge 1 commit intodevfrom
AN-496-remove-testnet3
Open

feat: remove testnet 3 from coordinate core#86
sucildossj wants to merge 1 commit intodevfrom
AN-496-remove-testnet3

Conversation

@sucildossj
Copy link
Contributor

  1. Removed -testnet dependency
  2. Change chain id as 2121 instead 2222 based on slip standard
  3. Update seeds for mainnet and testnet

command to test

./build/bin/bitcoind -testnet4=1 -rpcuser=marachain -rpcpassword=marachain -server=1 -port=18444 -rpcport=18443 -rpcbind=0.0.0.0 -rpcallowip=0.0.0.0/0 -zmqpubrawblock=tcp://0.0.0.0:37000 -zmqpubrawtx=tcp://0.0.0.0:37000 -zmqpubhashtx=tcp://0.0.0.0:37000 -zmqpubhashblock=tcp://0.0.0.0:37000 -txindex=1 -fallbackfee=0.1 -maxtxfee=10 -deprecatedrpc=warnings

negative test

./build/bin/bitcoind -testnet=1 -rpcuser=marachain -rpcpassword=marachain -server=1 -port=18444 -rpcport=18443 -rpcbind=0.0.0.0 -rpcallowip=0.0.0.0/0 -zmqpubrawblock=tcp://0.0.0.0:37000 -zmqpubrawtx=tcp://0.0.0.0:37000 -zmqpubhashtx=tcp://0.0.0.0:37000 -zmqpubhashblock=tcp://0.0.0.0:37000 -txindex=1 -fallbackfee=0.1 -maxtxfee=10 -deprecatedrpc=warnings

1. Removed -testnet dependency
2. Change chain id as 2121 instead 2222 based on slip standard
3. Update seeds for mainnet and testnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant